Create JSON With Download Information for Releases#6
Create JSON With Download Information for Releases#6emma-coronado wants to merge 1 commit intolibevent:masterfrom
Conversation
…h the releases information included in the website homepage.
|
Completed and polished up the json file and am actively working on using it to load content onto the website. Let me know if there are any changes that should be made to the structure. |
|
@emma-coronado cool, I'm really looking forward for this improvement!
No changes so far, there were no new releases since the last 2.2 alpha release, and it is there. |
|
Hi Azat! I finished building a downloads page that loads the information from the json. Could you approve this pull request so I can test it with the final url for the json? I currently have it set to fetch the json from a specified address and have not had success with other methods so would appreciate some guidance on how to execute that if you are wanting to wait to publish this pr. |
| "PR":"https://github.com/libevent/libevent/pull/1045" | ||
| }], | ||
|
|
||
| "otherStableReleases":[ |
There was a problem hiding this comment.
Let's keep all releases in one key? And just parse the type of the release from the version name
Can't you simply use |
|
Closed in favor of #13 |
Made the /content directory to house any JSON files created.
Made the releases.json file with all the information for the releases currently listed in the homepage.
An empty object named releaseInfoTemplate is included at the start which serves as a template for formatting each release detailed in the file. It includes the names of each key used to organize the information for each release.